home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / Utilities / RA / RA Samples / Window.ra < prev   
Encoding:
Text File  |  1986-10-17  |  656 b   |  46 lines  |  [THED/THTH]

  1. |
  2. |   RA¬
  3. |
  4. |   Output window control
  5. |
  6. |   ⌐ 1986 COM~LINK & S.Koren
  7. |
  8. #M; 
  9. "RA¬ allows you to programatically!"
  10. "control the output window.!!"
  11. "You can size, move, hide or !"
  12. "initialize the window.!!"
  13. #A;
  14. 30 30 ║    | size output
  15. #A;
  16. 100 100 ┬  | move output
  17. 0 ├        | hide window
  18. 0 1 - ├       | show window
  19. ┼          | init window
  20. #A;
  21. "THE END."
  22. $
  23. &A
  24. "Hit any key: " ?ñ ╡ @`
  25. |
  26. |  RA title routine
  27. |
  28. &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
  29.  
  30. &O
  31. 40 100 ╜
  32. "RA¬"
  33. 60 45 ╜ 
  34. "⌐ 1986 COM~LINK & S.Koren" 
  35. 80 60 ╜
  36. "All rights reserved." `
  37.  
  38. &L
  39. 35 A: ("Ñ" A. 1 - A: A. 0 > ~ ) "!"`
  40.  
  41. &N
  42. "Ñ" 33 A: (" " A. 1 - A: A. 0 > ~ ) "Ñ" "!"`
  43.  
  44. &P ?ñ @ `
  45. $